Click or drag to resize

AbsoluteMonthlyRecurrencePattern Constructor (Int32, Int32)

Initializes a new instance of the AbsoluteMonthlyRecurrencePattern class with specified values.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public AbsoluteMonthlyRecurrencePattern(
	int interval,
	int dayOfMonth
)

Parameters

interval
Type: SystemInt32
Number of months.
dayOfMonth
Type: SystemInt32
Day of month.
See Also